home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the movieTime of sprite 12 to 0
- set the movieRate of sprite 12 to 1
- end
-
- on exitFrame
- repeat while (the mouseDown <> 1) and (the movieTime of sprite 12 < 9660) and not ((the mouseCast <= 128) and (the mouseCast >= 120))
- updateStage()
- end repeat
- set the movieRate of sprite 12 to 0
- set the movieTime of sprite 12 to 0
- go("TVm")
- end
-